func crypto/x509.base128BigIntLength

2 uses

	crypto/x509 (current package)
		oid.go#L92: func base128BigIntLength(n *big.Int) int {
		oid.go#L104: 	for i := base128BigIntLength(n) - 1; i >= 0; i-- {